Uses of Enum
com.cisco.pt.ipc.enums.MapType
Packages that use MapType
-
Uses of MapType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return MapTypeModifier and TypeMethodDescriptionstatic MapTypeMapType.fromIntValue(int value) static MapTypeMapType.fromIntValue(Integer value) static MapTypeReturns the enum constant of this type with the specified name.static MapType[]MapType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MapType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return MapTypeModifier and TypeMethodDescriptionClassMap.getMapType()Information provided by the PKI file:PolicyMap.getMapType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type MapTypeModifier and TypeMethodDescriptionvoidClassMap.setMapType(MapType mapType) Information provided by the PKI file:voidPolicyMap.setMapType(MapType mapType) Information provided by the PKI file: -
Uses of MapType in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return MapTypeModifier and TypeMethodDescriptionClassMapImpl.getMapType()Information provided by the PKI file:PolicyMapImpl.getMapType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type MapTypeModifier and TypeMethodDescriptionvoidClassMapImpl.setMapType(MapType mapType) Information provided by the PKI file:voidPolicyMapImpl.setMapType(MapType mapType) Information provided by the PKI file: